html, body, .container-fluid, .row {
    height: 100%;
    font-family: 'Open Sans';
}
.nav > .active > a {
    font-weight: 700;
}
a.nav-link {
    color: #002a4b;
}
.nav > .nav-item > a:hover, a.nav-link:hover {
    color: #002a4b;
    font-weight: 700;
}
.section-item {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: calc(100% - 1px);
    border-bottom: 1px solid #c1c1c1;
}
.section-last {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: calc(100% - 1px);
}
.padding-bottom-0 {
    padding-bottom: 0;
}
li {
    margin: 0 0 3px 0;
}
.image-container {
    display: inline-block;
    max-width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ig {
    max-height: 100%;
    max-width: 100%;
}
#main-menu {
    margin-top: 40px;
}
.guide-list-style {
    list-style-position: inside;
    font-size: 18px;
    font-weight: 500;
}
.guide-list-style-bold {
    list-style-position: inside;
    font-size: 18px;
    font-weight: 700;
}
.save-button {
    color:#337AB7;
    font-weight:700;
}
.discard-changes {
    color:#F0AD4E;
    font-weight:700;
}
.remove-button {
    color:#D9534F;
    font-weight:700;
}
.alert-color {
    color:#B00020;
    font-weight: 700;
}
.red-color-bold {
    color: #9D1C24;
    font-weight: 700;
}
.add-button-blue-color {
    color: #337AB7;
}
.undecorated-text {
    text-decoration: none;
}
.undecorated-bold-text {
    text-decoration: none;
    font-weight: 700;
}
.underlined-text {
    text-decoration: underline;
}
.text-bold {
    font-weight: 700;
}
.image-padding-top {
    padding-top: 20px;
}
.force-zero-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
img {
    max-width:100%;
    height:auto;
}